.vendor-banner {
    position: relative;
    margin-bottom: 20px;
}

.vendor-banner__image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    display: block;
}

.vendor-banner__overlay {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    font-size: 1.5em;
    color: #000;
}

.vendor-banner__company-name {
    font-weight: bold;
}
.vendor-tabs {
    margin-top: 20px;
}

.vendor-tabs .nav-tabs > li > a {
    font-size: 1.1em;
    padding: 10px 15px;
}

.vendor-about {
    padding: 20px;
}

.vendor-about__banner {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}

.vendor-about__company-name {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.vendor-about__description {
    margin-bottom: 10px;
    line-height: 1.5;
}

.vendor-about__address,
.vendor-about__contact {
    margin-bottom: 5px;
    color: #555;
}

